home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000097_news@newsmaster….columbia.edu _Tue May 19 18:28:47 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA04594
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 19 May 1998 18:28:47 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA03427
  7.     for kermit.misc@watsun; Tue, 19 May 1998 18:28:47 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: 3270 Emulation
  12. Date: 19 May 1998 22:28:43 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <6jt12r$6b7$1@apakabar.cc.columbia.edu>
  16. References: <3561fcce.10180855@204.128.247.5>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8750
  19.  
  20. In article <3561fcce.10180855@204.128.247.5>,
  21. jeff canar, m.a. <jcanar@hsmsun.tob.rpslmc.edu> wrote:
  22. : Does Kermit95 support IBM 3270 terminal emulation?  I didn't see it
  23. : mentioned on the web site.
  24. :
  25. It is mentioned in the section on features planned for future releases.
  26. So no, it does not presently support 3270 emulation.
  27.  
  28. : If not, are there plans for its support and when would it be available.
  29. : We need a terminal program here, but it must do the DEC VT's as well as
  30. : 3270.
  31. I can't give a specific date.  What many sites do is use VT or other
  32. ASCII emulation to go through an intermediate system that does the 3270
  33. protocol conversion.  Such a system might be:
  34.  
  35.  . An IBM 7171 accessed via dialup
  36.  . A Cisco terminal server accessed via dialup or Telnet
  37.  . A UNIX system that has a tn3270 program, accessed via dialup or Telnet
  38.  
  39. The appropriate key mappings can be easily accomplished.
  40.  
  41. - Frank